ComponentOne ASP.NET MVC Controls
InnerRadius Method

C1.Web.Mvc.Fluent Namespace > FlexPieBaseBuilder<T,TControl,TBuilder> Class : InnerRadius Method
The value.
Configurates C1.Web.Mvc.FlexPieBase<T>.InnerRadius. Sets the size of the pie's inner radius.
Syntax
'Declaration
 
Public Function InnerRadius( _
   ByVal value As Single _
) As TBuilder
public TBuilder InnerRadius( 
   float value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The inner radius is measured as a fraction of the pie radius. The default value for this property is zero, which creates a pie. Setting this property to values greater than zero creates pies with a hole in the middle, also known as doughnut charts.
See Also

Reference

FlexPieBaseBuilder<T,TControl,TBuilder> Class
FlexPieBaseBuilder<T,TControl,TBuilder> Members